home *** CD-ROM | disk | FTP | other *** search
/ 1st Multimedia Mac Shareware / Multimedia Shareware CD-ROM - BetaCorp.iso / StackToolsƒ / FinderSubstitute / Developer’sDomicile / DevDom Manual.doc / DevDom Manual.doc.rsrc / TEXT_128_aText.txt < prev    next >
Encoding:
Text File  |  1989-11-12  |  25.4 KB  |  326 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. Requirements
  12. HyperCard 1.2(+), Hard Disk, Macintalk (optional; 2 MB RAM & 1200 K Multifinder partition recommended if Macintalk is used).  System fonts: Chicago 12, Geneva 9, 10 & 12, Monaco 9.
  13.  
  14. ‚Ä¢ Please select ‚ÄúTall Adjusted‚Äù in the Page Setup dialog when printing this file to an ImageWriter. ‚Ä¢
  15.  
  16. Inventory:
  17. 1) Home (Developer‚Äôs Domicile)        HyperCard Stack (locked)
  18. 2) DevDom Manual                      Microsoft Word 4 document
  19. 3) DevDom Manual.doc                  DOCMaker application
  20. 4) About these files‚Ķ                 DOCMaker application
  21. 5) ShowDevDom                         Startup document (optional)
  22. 6) ShowDDGirl                         Startup document (optional)
  23. 7) ShowDDTools                        Startup document (optional)
  24.  
  25. Installation
  26. First copy Developer‚Äôs Domicile and then unlock and use the copy.  Never unlock your original copy.  Developer's Domicile is a Home stack.  HyperCard must open it as such for it to function properly.  Opening it from your present Home stack will prevent certain variables from being initialized and many functions will be disabled.  So be sure to actually replace your Home stack with this one or launch HyperCard by double-clicking on this stack.  
  27.  
  28.  
  29. Controls
  30. In the upper left portion of each card, information is displayed about the current size of Developer's Domicile, the amount of free space in the stack, the available room on the disk and the available memory.  Click on ‚ÄúStack Size‚Äù to disable ‚Äúidle‚Äù message handlers in this stack which may interfere with typing and selection of text.  Click on ‚ÄúFree Space‚Äù to compact this stack and Option-click to compact all stacks in a folder (MassCompact).  Click on ‚ÄúMemory‚Äù to see the space in the Operating System Stack.
  31.  
  32. The Cards 
  33.  
  34. Stacks Card
  35. The Stacks Card(s) are for the purpose of opening other HyperCard stacks. Simply click on any empty stack button to install a new stack. Dialogs will present you with choices of: the stack to install, a visual transition effect, an icon, and the name of the button (please be patient).  Option-click on an installed stack button to reset (clear) it.  The ‚ÄúOpen Stack‚Äù button in the lower right corner can be used to open a HyperCard stack which is not installed.  See ‚ÄúButton Installer Scripts‚Äù for information regarding the installation of stack launching buttons of other stacks.
  36.  
  37. Launcher Card
  38. The Launcher Card(s) are used to launch other Macintosh applications and documents.  Installation of a new application is similar to installing a new stack on the Stacks Card.  If you choose to install a document you will also be asked for the application to use with it.  Developer's Domicile will try to prevent you from choosing the wrong application for a document (which would crash).  Once an application is chosen it is recorded so that Developer's Domicile will know about it.  Option-click to reset (clear) an installed launcher button.  The ‚ÄúApp Launcher‚Äù button in the lower right corner can be used to open an application which is not installed.
  39. 
  40. Tools Card
  41. The Tools Card is a convenient place to access custom HyperCard development tools. Each tool has an ‚ÄúInfo‚Äù button which explains a little about the tool.  To edit the ‚ÄúTool Info‚Äù text, hold down the Option key while clicking on the ‚ÄúInfo‚Äù button.  If Macintalk is on please continue to hold down the Option key until the speech is finished.   To go directly to the Tools card from any stack at any time just enter ‚ÄúTO‚Äù into the message box.
  42.  
  43. The Tools 
  44. The following tools may be used from any stack and can be run by typing the name of the tool or the tool's two letter abbreviation (upper or lower case) into the message box.
  45.  
  46. SearchScript searches all of the scripts in a stack for the specified search string. SearchScript comes with the original Home stack and is by Apple Computer.  I have simply put a nice front end on it. Type ‚ÄúSS‚Äù into the message box to run.
  47.  
  48. Reveal Buttons and Reveal Fields are used to make visible any hidden buttons or fields. To reveal all buttons or fields type ‚ÄúRB‚Äù or ‚ÄúRF‚Äù as appropriate.  To reveal a specific object, type the above and hold down the Option key when you press the Return or Enter key.  A dialog will be presented showing all background or card buttons or fields (hidden or not).  Choosing one will make it visible if is was not already so.
  49.  
  50. Obscure Buttons and Obscure Fields is used to re-hide the buttons or fields made visible with Reveal.  When you use Reveal the object numbers of the buttons or fields made visible are put into a global variable.  Obscure uses this information to re hide only those objects.  That is why you should not delete anything after using Reveal until you have used the Obscure command.  Objects made visible with Option-Reveal are not tagged for re-hiding by Obscure so it is alright to delete those objects.
  51.  
  52. Ruler shows the location, separation, and angle between any two points on the screen.  Type ‚ÄúRU‚Äù to start Ruler.  Click on any point and the message box will begin displaying the pointer's coordinates, the rectilinear separation, the radius, and the angle.  Click again to freeze the display.  Units are in pixels.  Option-click to mark the points on the card or background with the pencil tool.  This is very useful for laying out new designs.
  53.  
  54. Magic Finger is a mouseDown handler which hides any object when clicked on while the Shift and Option keys are held down.  Caution!  It is easy to accidentally hide something.  As with many handlers, if the current stack has a mouseDown handler which does not pass the mouseDown message up the hierarchy, then Magic Finger will not work in that stack.  
  55.  
  56. LockUnLockText is a mouseUp handler which will lock an unlocked text field and vice versa.  Just Command-click on the field in an area where there is no text and the lockText property will be toggled.  LockUnLockText may not work on fields with some mouseUp handlers and will not work if the field has a mouseDown or mouseUp handler that hides the field. 
  57.  
  58. FieldPrint is a front end to the PrintField XCMD which will print the contents of any field.  Type ‚ÄúFP‚Äù to summon a dialog for choosing a background or card field to print.  FieldPrint works with both the ImageWriter and LaserWriter.
  59.  
  60. ResCopy is the ResCopy XCMD which allows copying and editing of HyperCard resources in a manor similar to Font/DA Mover.  ResCopy is copyrighted by Apple Computer and may not be distributed without Apple's permission.  As I do not have permission to distribute ResCopy you must obtain it yourself.  It is highly suggested that you do so.  Type ‚ÄúRC‚Äù to run ResCopy (when installed).
  61.  
  62. Info will put the following into the message box: the current stack's size, the size of its resource fork, the free space in the stack, the available memory, and the available room on the disk.  Type "IN" to get info.
  63.  
  64. Message Helper retrieves previous messages typed into the message box for re-execution.  Type Option-down arrow to recall the last message entered.  Option-up arrow recalls the first message, and Option-left and right arrow scan back and forth through the messages.  To clear out the list of previous messages type ‚Äúclear.‚Äù  This handler was written by  Ellis Z. Gabovitch of Lynnfield, MA and published in April 89 MacUser, page 207.
  65.  
  66. SeeIcons uses the ChooseIcon XFCN to view the icons of any stack. Type ‚ÄúIC‚Äù to run. To go on an icon tour of a folder hold down the Option key while launching.
  67.  
  68. SendObject is used to automate the process of changing the object number of a button or field. It will send the object further or bring it closer through the object layers.  Type ‚ÄúSO‚Äù to run.  Note: SendObject places it's name in the message box so that you only need to hit the Return or Enter key to run it again.
  69.  
  70. More Tools
  71. The following Tools are run from the Tools Card only:
  72.  
  73. SoundMaker uses the soundCapToRes XFCN to convert sound data format files to HyperCard ‚Äúsnd ‚Äù resources.  You will be asked to choose a source file and destination file (please do not choose Developer's Domicile) and then presented with a dialog to choose the sampling rate of the original sound and prompted for a name.  Make sure there are no spaces or punctuation in the name.  If you wish to have spaces then change the name after conversion with ResCopy.  WARNING!  Do NOT attempt to place a new sound into a stack which does not have a resource fork (any  stack which has never has a resource added to it). A crash will result.  To prevent this simply use ResEdit to open all your stacks without resource forks (in ResEdit the icon of a file without a resource fork looks like a plain document without ‚Äútext‚Äù).  Or just open any stack with ResCopy.  This automatically creates a resource fork in that stack.  Known bug: sometimes the sound will not play.
  74.  
  75. MassCompact is used to compact all stacks in a specified folder. Hold down the Shift key to halt execution. MassCompact was originally written by Brian D. McLean D.D.S.  It can only be run from Developer‚Äôs Domicile.  Note: Passwords must be entered when compacting password protected stacks.  Entering the wrong password will abort execution of the MassCompact script.
  76.  
  77. Preferences Card
  78. Similar in function to the original Home stack's Preferences card but with many more choices. Here you may also turn on or off the Macintalk speech synthesis (the Macintalk speech driver is not supplied with Developer‚Äôs Domicile).  You may elect to keep Macintalk active in all HyperCard stacks or only in Developer's Domicile (buttons ‚ÄúAll Stacks‚Äù & ‚ÄúHome Only‚Äù). Macintalk will speak the menu choices if the ‚ÄúSpeak Menu Choice‚Äù button is checked. Checking ‚ÄúHide Msg Box on closeStack‚Äù will close the message box whenever you leave a stack (provided that stack passes the closeStack message). Conversely, leaving the button unchecked will allow the message box to remain open as you navigate from stack to stack (unless those stacks close the message box). All other functions of the Preferences card are same as in the original Home stack.
  79.  
  80. Speech Card
  81. With the Speech Card you may adjust the pitch, rate, and volume of Macintalk. The volume control also controls the loudness of beeps and sounds (but only in HyperCard).  Press the ‚ÄúSpeak‚Äù button to have Macintalk speak your words.  ‚ÄúTranslate‚Äù puts the phoneme translation of a text string into the message box.  ‚ÄúSayPhonetic‚Äù speaks the phonetic string in the message box.  These functions are used to optimize the Macintalk pronunciation of a given string.
  82. The speech may also be turned on and off from this card and the mode may be set for either ‚ÄúNatural‚Äù or ‚ÄúRobotic‚Äù speech.  Developer's Domicile defaults the Macintalk speech to be a bit faster and deeper than traditional. 
  83.  
  84. The Macintalk speech driver is not necessary to run Developer's Domicile, but if you want Macintalk to be active make sure that the Macintalk file is in your System folder (Macintalk version 1.3 or greater for Mac II).  If you do not wish to use Macintalk, then uncheck the ‚ÄúSpeech‚Äù button on the Preferences or Speech Card.
  85.  
  86. Sound Card
  87. Here one may assign any available sound resource to any of the 34 listed HyperCard system messages.  Click and hold (& keep holding if you don't have a very fast Mac) on a sound name to pop up a menu to link a sound to the associated system message (initialize).  To initialize all of the sounds at once, press the ‚ÄúINITIALIZE SOUNDS‚Äù button.  You would most likely want to do this if you have not checked the ‚ÄúInitialize sounds on startUp‚Äù button.  As initializing the sounds takes a while you may wish to leave this button unchecked.  Note: The pop-up menus will not pop up on the correct sounds until the sounds have been initialized.  If a pop-up menu fails to pop up or has no contents, hit the ‚ÄúINITIALIZE SOUNDS‚Äù button again.  This problem tends to happen with the lower buttons when used on a Mac with the small screen.
  88.  
  89.  
  90. Lists Card
  91. This card contains four development tools to create various lists.
  92. Res‚Ä¢List searches all files or stacks in a designated folder for selected resources.  This is very useful for creating lists of resources such as FONTs, DAs, ICONs, XCMDs, etc.  To configure the resources to be logged, click on the ‚ÄúRes‚Ä¢List‚Äù button and choose ‚ÄúConfigure.‚Äù  You may now select which resources Res‚Ä¢List will search for and report.  The resource type ‚Äú????‚Äù is for user customization.  Res‚Ä¢List will run faster if fewer resources are searched for.  Normally the ‚ÄúLog DevDom resources‚Äù button is unchecked as it takes a long time to list all of its resources.  You may choose to list all file types or only HyperCard stacks.  After you have configured Res‚Ä¢List, click on ‚ÄúShow‚Ä¢List‚Äù to bring back the List Field or on ‚ÄúRes‚Ä¢List‚Äù to run it . Now choose any file in the folder who's files you wish to resourcefully investigate.  Res‚Ä¢List uses the Resources XFCN to gather the resources.  Resources XFCN will only read resources with names.  Unnamed resources are ignored.  Note: there is a problem with the this version of Resources XFCN which causes it to report nonexistent and/or extensive resources in stacks that have no resources at all.  Typical examples are listing of the nonexistent FONT resource ‚Äú.Clinton‚Äù, or listing Developer's Domicile's resources for another stack.  This happens with stacks and files that have no resource fork and the cure is mentioned above in the SoundMaker paragraph.  Warning: Resources XFCN may cause a System crash if it tries to read the resource fork of a non-stack file which does not have a resource fork.  Be careful of this.  Please make sure all files to be Res‚Ä¢Listed have a resource fork before running Res‚Ä¢List.
  93.  
  94. Script‚Ä¢List copies all the scripts from a stack and puts them into the List Field. However, HyperCard has a limit of 30000 characters in any field or script.  Often the List Field will not hold an entire stack‚Äôs scripts.  Script‚Ä¢List attempts to predict when this will happen and it may present a dialog asking if you wish to list only the button and field scripts or if you want to attempt to list everything.
  95.  
  96. Card‚Ä¢List creates a list of the name of each card in a stack and its associated background. It is useful for investigating the structure of a stack.  This is primarily for determining which cards belong to which background.
  97.  
  98. Text‚Ä¢List lists the text contained in all background and card fields in a selected stack.  This is a quick way to export data from a stack.
  99.  
  100. With each of these listing tools you may replace the existing information in the List Field or add the new data to it (provided there is sufficient room).  This allows easy comparison between stacks.
  101.  
  102. Although a field can hold up to 30000 characters, the practical limit for a scrolling field is somewhat less.  The above scripts will place a maximum of only 29200 characters into the List Field.
  103.  
  104. Paths Background
  105. As with the original Home Stack, Developer's Domicile records the paths to stacks, applications, and documents. This record can be found on cards ‚ÄúStacks,‚Äù ‚ÄúApplications,‚Äù and ‚ÄúDocuments.‚Äù
  106.  
  107. Shareware Notice
  108. This card  is the most important part of Developer's Domicile.  A little humor is to be had here as well.
  109.  
  110. A word about Shareware
  111. I am not going to demand that you either pay me my money or else you must erase your copy of Developer‚Äôs Domicile.  That seems rather counterproductive.  I never did understand the logic of insisting that someone erase their copy of a shareware program that could be given to someone else who may, after all, actually register.  And besides, I just don‚Äôt like that attitude.  Shareware authors who spend excessive words threatening, cajoling and generally badgering the user are a sad lot and should seek commercial publishers if they can‚Äôt live with the situation (assuming their programs warrant commercial distribution).  But that‚Äôs not to say that Developer‚Äôs Domicile is ‚ÄúHappyware‚Äù or ‚ÄúWho-cares-ware‚Äù or ‚ÄúSome-such-other-ware‚Äù.  It is certainly NOT ‚Äúfreeware.‚Äù  If you use Developer‚Äôs Domicile as your Home stack please send me $15 as I did put quite a lot of work into it with some small hope of a check in the mail every now or then.
  112.  
  113. Miscellaneous Features
  114. To speed up loading of Developer‚Äôs Domicile hold down the Option key while HyperCard is loading.  This skips setting the message box for large monitors, initializing the sounds and checking for version 1.2 of HyperCard.
  115. Developer's Domicile's credits can be seen by choosing "About Developer's Domicile‚Ķ" from the Apple menu.
  116. A concise "Help" screen is available by pressing the "help" key on extended keyboards or by choosing it via the Apple menu.
  117. Also included in the Developer‚Äôs Domicile package are three INITs (Startup documents) which show the Developer‚Äôs Domicile icons during start up.  They will be in color on color monitors.  These files are optional and may be dispensed with entirely.  
  118.  
  119. System Messages
  120. Many of the features found in Developer‚Äôs Domicile are activated by handlers found in DevDom‚Äôs stack script.  This script is in the HyperCard message hierarchy for all stacks which is why handlers in this script are active for all stacks.  However, if a message is intercepted before reaching this script those handlers will have no effect.  To prevent this be sure to pass those messages from the handlers in your stacks.  For example:
  121.  
  122. on openStack
  123.   do something
  124.   pass openStack -- this passes the ‚ÄúopenStack‚Äù message up the hierarchy
  125. end openStack
  126.  
  127. Without the ‚Äúpass openStack‚Äù line the ‚ÄúopenStack‚Äù message would be stopped by this handler and prevent an openStack handler in Home from functioning.  Unless specifically intended otherwise, almost all system messages should be passed from scripts in cards, backgrounds, and stacks.  This is especially true of startUp, open/close:Stack/Background/Card, idle, and mouseUp/Down.
  128. Many times ‚ÄúdoMenu‚Äù messages may be intercepted by handlers up the hierarchy that the stack author did not expect.  If it is vital to the operation of your script that the ‚ÄúdoMenu‚Äù message be executed then it is best to send the message directly to HyperCard.  For example: ‚Äòsend ‚ÄúdoMenu Go Wild‚Äù to HyperCard‚Äô will bypass any doMenu handler in the hierarchy which would normally trap for ‚ÄúGo Wild.‚Äù  This also makes your scripts more modular and with less chance of being inadvertently trapped.
  129.  
  130. Script Limits
  131. Any script or field in HyperCard may contain no more than 30000 characters (I have found the limit for scripts to be somewhat flexible).  HyperCard beeps at you when you close a script that contains just slightly too many characters.  The stack script of Developer‚Äôs Domicile contains approximately 29000 characters.  Thus, there is little room for comments or further expansion.  If you wish to add your own tools which will function in other stacks then some handlers may need to be removed from Developer‚Äôs Domicile‚Äôs stack script and placed into the background script.  These handlers will then cease to function in other stacks as they will no longer be in the HyperCard hierarchy.  So far I have been unable to create a handler that effectively re-routes messages from lower stacks to the Home stack‚Äôs background script.
  132.  
  133. Button Installer Scripts 
  134. Many stacks have installer scripts to paste their icon and button into your Home stack.  The ‚ÄúStacks‚Äù Card is configured with a full complement of buttons.  Please do not add any extra buttons to it.  When you get a stack that asks to install a button in your Home stack go ahead and do it.  Then go to that button, copy its script if there are any ‚Äútwists‚Äù to it, and then use DevDom‚Äôs own stack installation procedure (click on an Empty button).  You may wish to incorporate portions of the script you copied.  The icon which was pasted into DevDom during installation will be available for use in your new button.  Don‚Äôt forget to delete the ‚Äúforeign‚Äù button.
  135.  
  136. ScriptEdit Users
  137. The basic scripts necessary to run ScriptEdit are already incorporated into Developer‚Äôs Domicile.  Therefore to install ScriptEdit, simply copy the ScriptEdit XCMD into Developer‚Äôs Domicile.  If you wish to use any of ScriptEdit‚Äôs optional scripts install them in the normal manner from the ScriptEdit Installation stack (FunctionKey ‚ÄúF12‚Äù is currently set to open ScriptEdit).
  138.  
  139. Phantom Icons
  140. If you are running Macintalk you may find a strange thing happening.  Icons pasted into DevDom or another stack may not appear there when viewed with ResCopy or ResEdit.  They are visible in the HyperCard icon picker window and they are placed at the very top, above DevDom‚Äôs icons.  What has happened is that the icon was pasted into the ‚Äúuppermost‚Äù open file, which at the time was not DevDom but probably Macintalk.  The missing or phantom icons would then be found in Macintalk‚Äôs resource fork.  The same can happen with other drivers active in HyperCard such as HyperAnimator‚Äôs RAVE driver.  So if you usually run Macintalk it is suggested to periodically check it for wayward icons and other resources.
  141.  
  142. Undocumented Features
  143. Here is where I would document the undocumented features if I were going to document them.  But I'm not going to.
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155. The following is information regarding the XCMDs and XFCNs used in Developer's Domicile.  ‚ÄúSource‚Äù refers to where I got the external from and is not necessarily the only source.
  156.  
  157. External:       AdjustVolume & FetchVolume
  158. Version:        Unknown
  159. Author:         Christopher Miller
  160. Organization:   Philosopht
  161. Address:        4112 Westbrook Drive 23
  162.                 Ames, IA 50010
  163. Source:         Philosopht XSTACK
  164. Copyright Info: ‚ÄúCertain externals in this stack developed by
  165.                 Christopher Miller. Copyright ¬© 1989 Philosopht‚Ñ¢‚Äù
  166.  
  167. External:       ChooseIcon & Customfilename
  168. Version:        v2.0b1
  169. Author:         Oscar F. Hills
  170. Address:        34 Maplewood Terrace
  171.                 Hamden, CT 06514
  172.                 (203) 287-1913
  173.                 CIS: 73317,3005
  174.                 GEnie: O.HILLS
  175. Source:         ChooseIcon &Customfilename Stack
  176. Copyright Info: Unknown
  177.  
  178. External:       DoList
  179. Version:        Release 2.1 November 11, 1987
  180. Author:         James L. Paul
  181. Organization:   Paul Software Engineering
  182. Address:        513 West ‚ÄúA‚Äù Street
  183.                 Tehachapi, CA 93561
  184.                 CIS: 72767,3436 / GEnie: J.Paul
  185. Source:         DevStack 1.2
  186. Copyright Info: HyperList Copyright ¬©1987 By James L. Paul
  187.  
  188. External:       Files & HpopupMenu
  189. Version:        Unknown
  190. Author:         Guy de Picciotto
  191. Address:        CIS: 73300,3637
  192.                 Connect: GPICCIOTTO
  193. Source:         Files Stack, HpopupMenu Stack
  194. Copyright Info: No info
  195.  
  196. External:       GetItemNum
  197. Version:        1.0
  198. Author:         Christopher Watson
  199. Organization:   International HyperCard and Externals Developer Coalition
  200. Source:         Connect Professional Information Network
  201. Copyright Info: Copyright ¬©1989 Christopher Watson.  An XNet‚Ñ¢ Product.
  202.  
  203. External:       HyperMacintalk
  204. Version:        V1.0
  205. Author:         Dennis C. DeMars
  206. Address:        Unknown
  207. Source:         HyperMacintalk v 1.0 Stack
  208. Copyright Info: Copyright ¬© 1987 Dennis C. DeMars
  209.  
  210. External:       PrintField XCMD
  211. Version:        1.4.1, 9 June 1988
  212. Author:         John K. Calhoun
  213. Address:        Kiewit Computation Center
  214.                 Dartmouth College
  215.                 Hanover, NH 03755
  216.                 GEnie:  J.CALHOUN / DELPHI:  JKCALHOUN
  217.                 INTERNET or BITNET:  John.Kevin.Calhoun@dartmouth.edu
  218. Source:         Printfield 1.4 Stack
  219. Copyright Info: ¬©1988 Dartmouth College
  220.  
  221. External:       About, Progress, RadioDialog & Showdialog
  222. Version:        Various
  223. Author:         Jay Hodgdon
  224. Address:        587 Cutwater Lane
  225.                 Foster City, CA  94404
  226.                 CIS:  70411,63
  227.                 GEnie: JHodgdon
  228.                 Connect:  HodgdonJ
  229. Source:         About 1.1,Progress, RadioDialog, ShowDialog 1.2 stacks
  230. Copyright Info: Unknown
  231.  
  232. External:       MenuVisible XFCN
  233. Version:        1.0
  234. Author:         Joe Zuffoletto
  235. Organization:   Apple Computer, Inc.
  236. Address:        20525 Mariani Ave.
  237.                 Cupertino, CA 95014
  238. Source:         MenuVisible XFCN Stack
  239. Copyright Info: ¬© 1988 Apple Computer, Inc.  All rights reserved.
  240.  
  241. External:       ResFileSize XFCN
  242. Version:        1.0
  243. Author:         Brian Zuk, XNet‚Ñ¢
  244. Organization:   International HyperCard and Externals Developer Coalition
  245. Source:         Connect Professional Information Network
  246. Copyright Info: Copyright ¬©1989.  An XNet‚Ñ¢ Product.
  247.  
  248.  
  249. Script:         MassCompact
  250. Author:         Brian D. McLean, D.D.S.
  251. Address:        CIS: 75026,3724
  252.                 GEnie: B.McLean
  253. Modified by:    John A. Koch   2/27/88
  254. Address:        CIS: 72457,736
  255. Source:         DevStack 1.2
  256. Copyright Info: Unknown
  257.  
  258. Script:         Unnamed (Message Helper)
  259. Author:         Ellis Z. Gabovitch 
  260. Address:        Lynnfield, MA 
  261. Source:         April 89 MacUser, page 207.
  262. Copyright Info: Unknown
  263.  
  264.  
  265. If you use any of these external resources in another HyperCard stack, please send the author of that external the appropriate shareware payment where applicable.
  266.  
  267. ‚ÄúDeveloped with the aid of the Developer Stack.
  268. To receive the latest version of the Developer Stack, send $10.00 to:
  269. AnalytX 
  270. Box 388
  271. Southampton, PA  18966‚Äù
  272.  
  273.  
  274. Special thanks to Jay Hodgdon, who's XCMDs make HyperCard much more Mac-like.
  275.  
  276.  
  277.          Developer‚Äôs Domicile 
  278.          Copyright ¬© 1989 Kevin Garrett 
  279.  
  280.  
  281.          Kevin Garrett/Soft‚Ä¢Lab
  282.          22704 Ventura Blvd., Suite 371
  283.          Woodland Hills, CA 91364 (818) 888-3265
  284.  
  285.  
  286.          Network addresses:
  287.          America Online: SoftLab
  288.          CONNECT:        GARRETTK
  289.          CIS:            73707,570
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.